home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / perl5 / attrs.z / attrs
Encoding:
Text File  |  2002-10-03  |  861 b   |  67 lines

  1.  
  2.  
  3.  
  4. aaaattttttttrrrrssss((((3333))))                                                              aaaattttttttrrrrssss((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      attrs - set/get attributes of a subroutine
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.          sub foo {
  13.              use attrs qw(locked method);
  14.              ...
  15.          }
  16.  
  17.          @a = attrs::get(\&foo);
  18.  
  19.  
  20. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.      This module lets you set and get attributes for subroutines.
  22.  
  23.      For 5.004_xx this is an empty stub provided for backwards compatibility
  24.      for scripts and modules written for 5.005.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.